home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u130.dms / u130.adf / Demolition / Makefile < prev    next >
Makefile  |  1987-08-02  |  86b  |  6 lines

  1. OBJS = DEMOlition.o
  2. LIBS = -lc
  3.  
  4. DEMOlition: $(OBJS)
  5.     ln $(OBJS) -o DEMOlition $(LIBS)
  6.